You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
VectorInt Structure
>
VectorInt Operators
>
VectorInt.<< Operator
Dew Math for .NET
VectorInt.<< Operator
VectorInt Structure
VectorInt Members
Dew.Math Namespace
VectorInt Operators
Collapse All
Performs bitwise left shift of aValue.
Syntax
C#
Visual Basic
public
static
VectorInt
operator
<<
([In]
VectorInt
AValue
,
int
Bits
);
Public
static
Operator
<<
(
AValue
As
[In]
VectorInt
,
Bits
As
Integer
)
Group
VectorInt Operators
Links
VectorInt Structure
,
VectorInt Members
,
Dew.Math Namespace
,
VectorInt Operators
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home
What do you think about this topic?
Send feedback!